home *** CD-ROM | disk | FTP | other *** search
- // UIToolsView.h : interface of the CUIToolsView class
- //
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INCLUDES()
- #include "qcbutton.h"
- #include "qcgrpbut.h"
- #include "qcscrbar.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_UITOOLSVIEW_H__AA603A01_4351_11D1_825A_00C0F6A070DD__INCLUDED_)
- #define AFX_UITOOLSVIEW_H__AA603A01_4351_11D1_825A_00C0F6A070DD__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- class CUIToolsView : public CFormView
- {
- protected: // create from serialization only
- CUIToolsView();
- DECLARE_DYNCREATE(CUIToolsView)
-
- public:
- //{{AFX_DATA(CUIToolsView)
- enum { IDD = IDD_UITOOLS_FORM };
- CQCButton m_RTBut1;
- CQCButton m_RTBut2;
- CQCButton m_RTBut3;
- CQCGrpBut m_RTGrpBut1;
- CQCGrpBut m_RTGrpBut2;
- CQCScrBar m_RTScrBar1;
- CQCScrBar m_RTScrBar2;
- //}}AFX_DATA
-
- // Attributes
- public:
- CUIToolsDoc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUIToolsView)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnPrint(CDC* pDC, CPrintInfo*);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CUIToolsView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- void BuildGraph1();
- void BuildGraph2();
- void BuildGraph3();
- void BuildGraph4();
- void BuildGraph5();
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CUIToolsView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in UIToolsView.cpp
- inline CUIToolsDoc* CUIToolsView::GetDocument()
- { return (CUIToolsDoc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_UITOOLSVIEW_H__AA603A01_4351_11D1_825A_00C0F6A070DD__INCLUDED_)
-